toggle menu
0.7.4+1.21.11
0.7.4+1.21.11
0.7.2+1.21.6
0.7.0+1.21.5
0.6.7+1.21.3
0.6.5+1.21.3
0.6.4+1.21.3
0.6.3+1.21.3
0.6.1+1.21.3
0.6.0+1.21.3
jvm
switch theme
search in API
Fzzy Config
/
me.fzzyhmstrs.fzzy_config.util.function
/
FunctionSupplier
Function
Supplier
interface
FunctionSupplier
<
T
,
R
>
:
Function
<
T
,
R
>
,
Supplier
<
R
>
Interface that combines Function and Supplier
Author
fzzyhmstrs
Since
0.6.8
Inheritors
ConstFunction
ConstPredicate
SuppliedFunctionSupplier
Members
Functions
and
Then
Link copied to clipboard
open
fun
<
V
:
Any
>
andThen
(
p0
:
Function
<
in
R
,
out
V
>
)
:
Function
<
T
,
V
>
apply
Link copied to clipboard
abstract
fun
apply
(
p0
:
T
)
:
R
compose
Link copied to clipboard
open
fun
<
V
:
Any
>
compose
(
p0
:
Function
<
in
V
,
out
T
>
)
:
Function
<
V
,
R
>
get
Link copied to clipboard
abstract
fun
get
(
)
:
R